May 22, 2025
Last updated: May 28, 2025 With 2.5 million developers worldwide using Kotlin, the language continues to thrive and evolve. From exciting language and ecosystem updates and robust AI tools that empower Kotlin development to major Kotlin Multiplatform milestones and a strategic partnership for the backend, KotlinConf 2025 brought a wave of news that set the […]
May 22, 2025
At JetBrains, we see Kotlin as a strong foundation for modern backend development, not just because of its technical strengths, but also because of how it helps developers build reliable, maintainable systems more efficiently. As part of our continued efforts to make Kotlin a top choice for professional server-side work, we’re excited to announce a […]
May 22, 2025
We’ve got some exciting news for the Kotlin Community! At this year’s KotlinConf, we’re introducing Koog, an innovative, open-source agentic framework that empowers developers to build AI agents within the JVM ecosystem using a modern Kotlin DSL. We designed Koog to provide developers with the tools they need to create intelligent, autonomous agents with the […]
May 21, 2025
When we prepared to release IntelliJ IDEA support for Kotlin 2.0, a major milestone for their compiler and ecosystem, their QA team faced a formidable challenge: how to ensure consistent, reliable quality across a complex and evolving codebase without slowing down development. With the Kotlin compiler, IDE plugin, and numerous inspections being refactored and rewritten, […]
fun main() { val name = "stranger" // Declare your first variable println("Hi, $name!") // ...and use it! print("Current count:") for (i in 0..10) { // Loop over a range from 0 to 10 print(" $i") } }
JetBrains is investing in AI models tailored for Kotlin, providing open data, benchmarks, and AI-native tooling integrated into your workflow.
At the same time, Kotlin makes it easy to build your own AI-powered features with seamless backend integrations and a growing ecosystem.
Koog is JetBrains’ new Kotlin-native framework for creating powerful AI agents that run locally, interact with tools, and automate complex tasks. Whether you’re developing a simple chat assistant or an advanced multi-step workflow, Koog gives you full control with clean Kotlin code – no external services are required. Build, extend, and experiment with AI agents entirely in Kotlin.
Get started